home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
pcl-src.zoo
/
pclcom.lsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Lisp/Scheme
|
1992-07-09
|
321 b
|
10 lines
;;I think this isn't used; instead, "target:tools/pclcom.lisp" is used.
(setq ext:*gc-verbose* nil)
(setq c:*suppress-values-declaration* t)
(setf (search-list "pcl:") '("build:pcl/"))
(load "pcl:defsys")
(in-package "PCL")
(import 'kernel:funcallable-instance-p)
(with-compilation-unit ()
(pcl::compile-pcl))